Lender Price API
Locking a Loan Without LOS / 6. Reprice / 6.5 Set Scenario from Result for Reprice
In This Topic
    6.5 Set Scenario from Result for Reprice
    In This Topic

    Path

    POST /rest/v1/lp-ppe-api/price-quote/setScenarioFromResult/EllieMaeBuyRequest
    

    Headers       

    Authorization
    
    Bearer {{accessToken}}
    

    Body

    Copy Code
    {
      "priceQuoteId": "{{priceQuoteId}}",
      "search": {{search}},
      "lineResult": {{lineResult}}
    }

    Example Request

    Copy Code
    curl --location -g '{{protocol}}{{domain}}/rest/v1/lp-ppe-api/price-quote/setScenarioFromResult/EllieMaeBuyRequest' \
    --header 'Authorization: Bearer {{accessToken}}' \
    --data '{
      "priceQuoteId": "{{priceQuoteId}}",
      "search": {{search}},
      "lineResult": {{lineResult}}
    }'

    Example Response

    This request doesn't return a response body.